home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 September (IDG)
/
Sep99.iso
/
Shareware World
/
Comms & Internet
/
LinkConverter 1.1.2
/
Dialog Director v0.7
/
Res Utils Examples
/
DD Load.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-17
|
360 b
|
14 lines
|
[
TEXT/ToyS
]
on run
set f to choose file of type "DiDi"
set rf to res open f without write permission
try
set dlog to res get rf type "reco" name "Pet Dialog" --id 1000
set inf to res get info rf type "reco" id 1000
on error number n
res close rf
error number n
end try
res close rf
set dlogVals to dd auto dialog dlog with grayscale
[dlogVals, inf]
end run